Plain Text Template Reporter
Generates plain text files using Apache Freemarker templates.
Configuration
Example
{
"PlainTextTemplate": {
"options": {
"templateIds": null,
"templatePaths": null
}
}
}
Options
templateIds
A comma-separated list of IDs of templates provided by ORT. Currently, only the "NOTICE_DEFAULT" and "NOTICE_SUMMARY" templates are available. If no template id or path is provided, the "NOTICE_DEFAULT" template is used.
templatePaths
A comma-separated list of paths to template files provided by the user.